const go.opentelemetry.io/otel/trace.hexLU
51 uses
go.opentelemetry.io/otel/trace (current package)
hex.go#L11: hexLU = "0123456789abcdef"
trace.go#L68: hexLU[t[0x0]>>4], hexLU[t[0x0]&0xf],
trace.go#L69: hexLU[t[0x1]>>4], hexLU[t[0x1]&0xf],
trace.go#L70: hexLU[t[0x2]>>4], hexLU[t[0x2]&0xf],
trace.go#L71: hexLU[t[0x3]>>4], hexLU[t[0x3]&0xf],
trace.go#L72: hexLU[t[0x4]>>4], hexLU[t[0x4]&0xf],
trace.go#L73: hexLU[t[0x5]>>4], hexLU[t[0x5]&0xf],
trace.go#L74: hexLU[t[0x6]>>4], hexLU[t[0x6]&0xf],
trace.go#L75: hexLU[t[0x7]>>4], hexLU[t[0x7]&0xf],
trace.go#L76: hexLU[t[0x8]>>4], hexLU[t[0x8]&0xf],
trace.go#L77: hexLU[t[0x9]>>4], hexLU[t[0x9]&0xf],
trace.go#L78: hexLU[t[0xa]>>4], hexLU[t[0xa]&0xf],
trace.go#L79: hexLU[t[0xb]>>4], hexLU[t[0xb]&0xf],
trace.go#L80: hexLU[t[0xc]>>4], hexLU[t[0xc]&0xf],
trace.go#L81: hexLU[t[0xd]>>4], hexLU[t[0xd]&0xf],
trace.go#L82: hexLU[t[0xe]>>4], hexLU[t[0xe]&0xf],
trace.go#L83: hexLU[t[0xf]>>4], hexLU[t[0xf]&0xf],
trace.go#L118: hexLU[s[0]>>4], hexLU[s[0]&0xf],
trace.go#L119: hexLU[s[1]>>4], hexLU[s[1]&0xf],
trace.go#L120: hexLU[s[2]>>4], hexLU[s[2]&0xf],
trace.go#L121: hexLU[s[3]>>4], hexLU[s[3]&0xf],
trace.go#L122: hexLU[s[4]>>4], hexLU[s[4]&0xf],
trace.go#L123: hexLU[s[5]>>4], hexLU[s[5]&0xf],
trace.go#L124: hexLU[s[6]>>4], hexLU[s[6]&0xf],
trace.go#L125: hexLU[s[7]>>4], hexLU[s[7]&0xf],
trace.go#L229: return [2]byte{hexLU[tf>>4], hexLU[tf&0xf]}
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |